home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
util
/
libs
/
MailPro.lha
/
MailProLibrary
/
include
/
proto
/
mailpro.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-01-14
|
380 b
|
18 lines
/*
** $VER: mailpro.h 1.0 (1.1.99)
**
** prototype/pragma include for mailpro.library
**
** (C) Copyright 1999 Sergeev O.V.
** All Rights Reserved.
*/
#ifndef PROTO_MAILPRO_H
#define PROTO_MAILPRO_H
#include <exec/types.h>
extern struct Library *MailProBase;
#include <clib/mailpro_protos.h>
#include <pragmas/mailpro_pragmas.h>
#endif /* PROTO_MAILPRO_H */